object OptionsDialog: TOptionsDialog Tag = 300 Left = 143 Top = 171 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 273 ClientWidth = 453 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Tag = 322 Left = 368 Top = 16 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Tag = 323 Left = 368 Top = 46 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 8 Top = 8 Width = 345 Height = 261 ActivePage = TabSheet2 TabIndex = 0 TabOrder = 2 object TabSheet2: TTabSheet Tag = 301 Caption = 'Display' ImageIndex = 1 object GroupBox1: TGroupBox Tag = 302 Left = 4 Top = 8 Width = 325 Height = 193 Caption = 'File list' TabOrder = 0 object Label1: TLabel Tag = 303 Left = 8 Top = 24 Width = 24 Height = 13 Caption = 'Font:' end object Label2: TLabel Tag = 305 Left = 8 Top = 80 Width = 38 Height = 13 Caption = 'Sample:' end object ButtonSelectFont: TButton Tag = 304 Left = 228 Top = 20 Width = 89 Height = 25 Caption = 'S&elect...' TabOrder = 0 OnClick = ButtonSelectFontClick end object PanelSample: TPanel Left = 8 Top = 96 Width = 237 Height = 77 BevelOuter = bvLowered Caption = 'AaBbYyZz' TabOrder = 1 end object EditFont: TEdit Left = 100 Top = 20 Width = 121 Height = 21 ReadOnly = True TabOrder = 2 end end end object TabSheet3: TTabSheet Tag = 306 Caption = 'Files' ImageIndex = 2 object GroupBox3: TGroupBox Tag = 307 Left = 4 Top = 8 Width = 305 Height = 85 Caption = 'Deleted character' TabOrder = 0 object EditDeletedCharAnsi: TEdit Left = 176 Top = 20 Width = 77 Height = 21 MaxLength = 1 TabOrder = 0 end object EditDeletedCharMultibyte: TEdit Left = 176 Top = 40 Width = 77 Height = 21 MaxLength = 2 TabOrder = 1 end object RadioButtonCharAnsi: TRadioButton Tag = 308 Left = 8 Top = 24 Width = 161 Height = 17 Caption = '1 Byte (Ansi):' TabOrder = 2 end object RadioButtonCharMultibyte: TRadioButton Tag = 309 Left = 8 Top = 44 Width = 161 Height = 17 Caption = '2 Byte (multi-byte):' TabOrder = 3 end end object GroupBox2: TGroupBox Tag = 310 Left = 4 Top = 104 Width = 305 Height = 97 Caption = 'Lost files' TabOrder = 1 object Label3: TLabel Tag = 313 Left = 8 Top = 72 Width = 74 Height = 13 Caption = 'Default file size:' end object Label4: TLabel Tag = 312 Left = 28 Top = 36 Width = 273 Height = 29 AutoSize = False Caption = '(files not referenced from a directory)' WordWrap = True end object EditLostDefaultSize: TEdit Left = 176 Top = 68 Width = 121 Height = 21 TabOrder = 0 end object CheckBoxFindLostFiles: TCheckBox Tag = 311 Left = 8 Top = 20 Width = 285 Height = 17 Caption = 'Find lost files' TabOrder = 1 end end end object TabSheet1: TTabSheet Tag = 314 Caption = 'Drive access' object GroupBoxPhysical9X: TGroupBox Tag = 315 Left = 4 Top = 8 Width = 325 Height = 61 Caption = 'Physical drives (Win9x)' TabOrder = 0 object CheckBoxUserINT13: TCheckBox Tag = 316 Left = 8 Top = 20 Width = 313 Height = 17 Caption = 'Use BIOS services (INT13)' TabOrder = 0 end object CheckBoxUserINT13EXT: TCheckBox Tag = 317 Left = 8 Top = 36 Width = 313 Height = 17 Caption = 'Use BIOS services (INT13 Extensions)' TabOrder = 1 end end object GroupBoxLogical9X: TGroupBox Tag = 318 Left = 4 Top = 84 Width = 325 Height = 53 Caption = 'Logical drives (Win9x)' TabOrder = 1 object CheckBoxUserINT25: TCheckBox Tag = 319 Left = 8 Top = 20 Width = 313 Height = 17 Caption = 'Use Windows '#39'absolute read'#39' services (INT25) ' TabOrder = 0 end end object CheckBoxEnableWinErrorMsg: TCheckBox Tag = 321 Left = 8 Top = 168 Width = 329 Height = 17 Caption = 'Enable Windows serious error messages' TabOrder = 2 end object CheckBoxEnableCache: TCheckBox Tag = 320 Left = 8 Top = 152 Width = 329 Height = 17 Caption = 'Enable read-ahead caching' TabOrder = 3 end end end object ButtonSave: TButton Tag = 324 Left = 368 Top = 106 Width = 81 Height = 25 Caption = '&Save' TabOrder = 3 OnClick = ButtonSaveClick end object FontDialog1: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 364 Top = 192 end end